[GET] ~/criteria/modelgroups?manufacturers[0]={manufacturers[0]}&manufacturers[1]={manufacturers[1]}
Returns a list of model groups available for the specified
Request Information
URI Parameters
| Name | Description | Type | |
|---|---|---|---|
|
The manufacturers. |
Collection of string |
Body Parameters
None.
Request Formats
None.
Response Information
Resource Description
An enumerator that allows foreach to be used to process the models in this collection.
An instance of: Collection of ValueLabelPairs| Name | Description | Type | |
|---|---|---|---|
|
Identifying value of this element, to be used in searches. |
string | ||
|
A human readable label of this element. |
string | ||
|
The list of elements, which a group within this element. |
Collection of ActivatableValueLabelPair |
Response Formats
application/json, text/json
Sample:
[
{
"value": "sample string 1",
"label": "sample string 2",
"items": [
{
"isActive": true,
"value": "sample string 1",
"label": "sample string 2",
"isRetired": true
},
{
"isActive": true,
"value": "sample string 1",
"label": "sample string 2",
"isRetired": true
}
]
},
{
"value": "sample string 1",
"label": "sample string 2",
"items": [
{
"isActive": true,
"value": "sample string 1",
"label": "sample string 2",
"isRetired": true
},
{
"isActive": true,
"value": "sample string 1",
"label": "sample string 2",
"isRetired": true
}
]
}
]